Improve some GtkStock deprecation notes
authorMatthias Clasen <mclasen@redhat.com>
Thu, 5 Mar 2015 21:06:22 +0000 (16:06 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 5 Mar 2015 21:07:30 +0000 (16:07 -0500)
Point at edit-delete and edit-paste as available icons.

gtk/deprecated/gtkstock.h

index a3676eb5d73698d1e49bcfaa770fc77140bcb6a3..9a7a15f01c2fcdfb453a7da8f47bc0eb06bf0bbd 100644 (file)
@@ -250,7 +250,7 @@ typedef char * GtkStock;
  *
  * The “Delete” item and icon.
  *
- * Deprecated: 3.10: Use the named icon &quot;edit-cut&quot; or the label &quot;_Delete&quot;.
+ * Deprecated: 3.10: Use the named icon &quot;edit-delete&quot; or the label &quot;_Delete&quot;.
  */
 #define GTK_STOCK_DELETE           ((GtkStock)"gtk-delete")
 
@@ -824,7 +824,7 @@ typedef char * GtkStock;
  *
  * The “Paste” item and icon.
  *
- * Deprecated: 3.10: Do not use an icon. Use label &quot;_Paste&quot;.
+ * Deprecated: 3.10: Use named icon &quot;edit-paste&quot; or the label &quot;_Paste&quot;.
  */
 #define GTK_STOCK_PASTE            ((GtkStock)"gtk-paste")